docs: don't use <variablelist>
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 5 Feb 2014 00:40:34 +0000 (19:40 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 5 Feb 2014 00:40:34 +0000 (19:40 -0500)
gtk/deprecated/gtkiconfactory.c
gtk/deprecated/gtkuimanager.c

index efb8dd1512e3d4aa1ce682755a939443af882a4d..dc0f4a674dbb9eabf43635c58e4980f4ac8b3892 100644 (file)
  * multiple &lt;source&gt; elements.
  * The following attributes are allowed:
  *
- * <variablelist>
- * <varlistentry>
- * <term>stock-id</term>
- * <listitem><para>
- * The stock id of the source, a string.
- * This attribute is mandatory
- * </para></listitem>
- * </varlistentry>
- * <varlistentry>
- * <term>filename</term>
- * <listitem><para>
- * The filename of the source, a string.
- * This attribute is optional
- * </para></listitem>
- * </varlistentry>
- * <varlistentry>
- * <term>icon-name</term>
- * <listitem><para>
- * The icon name for the source, a string.
- * This attribute is optional.
- * </para></listitem>
- * </varlistentry>
- * <varlistentry>
- * <term>size</term>
- * <listitem><para>
- * Size of the icon, a #GtkIconSize enum value.
- * This attribute is optional.
- * </para></listitem>
- * </varlistentry>
- * <varlistentry>
- * <term>direction</term>
- * <listitem><para>
- * Direction of the source, a #GtkTextDirection enum value.
- * This attribute is optional.
- * </para></listitem>
- * </varlistentry>
- * <varlistentry>
- * <term>state</term>
- * <listitem><para>
- * State of the source, a #GtkStateType enum value.
- * This attribute is optional.
- * </para></listitem>
- * </varlistentry>
- * </variablelist>
+ * - stock-id
+ *
+ *     The stock id of the source, a string. This attribute is
+ *     mandatory
+ *
+ * - filename
+ *
+ *     The filename of the source, a string.  This attribute is
+ *     optional
+ *
+ * - icon-name
+ *
+ *     The icon name for the source, a string.  This attribute is
+ *     optional.
+ *
+ * - size
+ *
+ *     Size of the icon, a #GtkIconSize enum value.  This attribute is
+ *     optional.
+ *
+ * - direction
+ *
+ *     Direction of the source, a #GtkTextDirection enum value.  This
+ *     attribute is optional.
+ *
+ * - state
+ *
+ *     State of the source, a #GtkStateType enum value.  This
+ *     attribute is optional.
+ *
  *
  * ## A #GtkIconFactory UI definition fragment. ##
  *
index edad1b1bae8c55002c1f3ad1689f0af5f429f092..429ff350f23b72dc352979946f42174b4a36010a 100644 (file)
  * parents. The correspondence of XML elements to widgets should be
  * almost obvious:
  *
- * <variablelist>
- * <varlistentry>
- * <term>menubar</term>
- * <listitem><para>a #GtkMenuBar</para></listitem>
- * </varlistentry>
- * <varlistentry>
- * <term>toolbar</term>
- * <listitem><para>a #GtkToolbar</para></listitem>
- * </varlistentry>
- * <varlistentry>
- * <term>popup</term>
- * <listitem><para>a toplevel #GtkMenu</para></listitem>
- * </varlistentry>
- * <varlistentry>
- * <term>menu</term>
- * <listitem><para>a #GtkMenu attached to a menuitem</para></listitem>
- * </varlistentry>
- * <varlistentry>
- * <term>menuitem</term>
- * <listitem><para>a #GtkMenuItem subclass, the exact type depends on the
- * action</para></listitem>
- * </varlistentry>
- * <varlistentry>
- * <term>toolitem</term>
- * <listitem><para>a #GtkToolItem subclass, the exact type depends on the
- * action. Note that toolitem elements may contain a menu element, but only
- * if their associated action specifies a #GtkMenuToolButton as proxy.</para></listitem>
- * </varlistentry>
- * <varlistentry>
- * <term>separator</term>
- * <listitem><para>a #GtkSeparatorMenuItem or
- * #GtkSeparatorToolItem</para></listitem>
- * </varlistentry>
- * <varlistentry>
- * <term>accelerator</term>
- * <listitem><para>a keyboard accelerator</para></listitem>
- * </varlistentry>
- * </variablelist>
+ * - menubar
+ *
+ *    a #GtkMenuBar
+ *
+ * - toolbar
+ *
+ *    a #GtkToolbar
+ *
+ * - popup
+ *
+ *    a toplevel #GtkMenu
+ *
+ * - menu
+ *
+ *    a #GtkMenu attached to a menuitem
+ *
+ * - menuitem
+ *
+ *    a #GtkMenuItem subclass, the exact type depends on the action
+ *
+ * - toolitem
+ *
+ *    a #GtkToolItem subclass, the exact type depends on the
+ *    action. Note that toolitem elements may contain a menu element,
+ *    but only if their associated action specifies a
+ *    #GtkMenuToolButton as proxy.
+ *
+ * - separator
+ *
+ *    a #GtkSeparatorMenuItem or #GtkSeparatorToolItem
+ *
+ * - accelerator
+ *
+ *    a keyboard accelerator
  *
  * The "position" attribute determines where a constructed widget is positioned
  * wrt. to its siblings in the partially constructed tree. If it is